* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif';
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins";
	/* Project id 3544394 */
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Century Gothic";
	/* Project id 3544394 */
	src: url('../fonts/GOTHIC.TTF') format('truetype');
}

@font-face {
	font-family: "Antonio";
	/* Project id 3544394 */
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.main {
	padding-top: 100px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0 100px;
	background-color: #fff;
}

.header:hover,
.header.active {
	box-shadow: 0px 3px 3px 0px rgba(121, 121, 121, 0.1);
}

.header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .l img {
	display: block;
}

.header .r .nav {
	display: flex;
	align-items: center;
}

.header .r .nav li {
	position: relative;
	margin-right: 30px;
}

.header .r .nav li::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 0;
	transition: all .6s;
	background: linear-gradient(to right, #2DBEFE, #2FBE6E);
}

.header .r .nav li:hover::before {
	width: 100%;
}

.header .r .nav li a {
	display: block;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #444444;
	min-width: 65px;
	line-height: 100px;
	text-align: center;
}

.header .r .nav li .subNav {
	position: absolute;
	width: 130px;
	background: #FFFFFF;
	padding: 10px 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.header .r .nav li:hover .subNav {
	display: block;
}

.header .r .nav li .subNav a {
	display: block;
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	text-align: center;
}

.header .r .nav li .subNav a:hover {
	color: rgba(47, 190, 110, 1);
}

.header .searchBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2FBE6E;
	color: #fff;
	cursor: pointer;
}

.header .searchBox {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 100px;
	background-color: #fff;
	box-shadow: inset 0px 3px 3px 0px rgba(121, 121, 121, 0.1);
	;
	z-index: 99;
	display: none;
}

.header .searchBox form {
	width: 870px;
	display: flex;
	max-width: 100%;
	margin: 0 0 0 auto;
	align-items: center;
	height: 50px;
}

.header .searchBox form .icon-sousuo {
	font-size: 20px;
	color: RGBA(0, 0, 0, 1);
}

.header .searchBox form input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	margin: 0 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 1;
}

.header .searchBox form input::placeholder {
	color: #aaa;
}

.header .searchBox form .icon-guanbi {
	font-size: 24px;
	cursor: pointer;
	color: #000;
	transform: scale(1.2);
}

.index-title .zh {
	display: flex;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.index-title .zh .bullet {
	position: relative;
	width: 14px;
	height: 14px;
	background: linear-gradient(to bottom, rgba(47, 190, 110, 1), rgba(45, 190, 254, 1));
	border-radius: 50%;
	margin-left: 3px;
}

.index-title .zh .bullet::before {
	position: absolute;
	content: "";
	border-radius: 50%;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.index-title .en {
	font-size: 24px;
	font-family: Rany;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	opacity: 0.7;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.commonMore {
	position: relative;
	width: 170px;
	height: 48px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	border: 1px solid #D2D2D2;
	/* background: linear-gradient(-30deg, #2DBEFE, #2FBE6E); */
	/* transition: all .6s; */
}

.commonMore::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid #D2D2D2;
	border-radius: 24px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	transition: all .6s;
	box-sizing: border-box;
	opacity: 0;
}

.commonMore:hover::before {
	opacity: 0;
}

.commonMore:hover {
	color: #fff;
	background: linear-gradient(-30deg, #2DBEFE, #2FBE6E)
}

.commonMore span {
	position: relative;
	z-index: 2;
}

.commonMore .icon-arrowRight {
	margin-left: 25px;
	font-size: 20px;
}

.footer {
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}

.footer-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 62px 0 46px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-t-l img {
	display: block;
}

.footer-t-r {
	display: flex;
	align-items: center;
}

.footer-t-r img {
	width: 47px;
}

.footer-t-r .text-box {
	flex: 1;
	margin-left: 16px;
}

.footer-t-r .text-box .text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.footer-t-r .text-box .tel {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	margin-top: 7px;
}

.footer-c {
	padding: 50px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-c-t {
	display: flex;
	justify-content: space-between;
}

.footer-c-t .list {
	display: flex;
	width: 69.4%;
	justify-content: space-between;
}

.footer-c-t .list .li-title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}

.footer-c-t .list .li-des {
	margin-top: 25px;
}

.footer-c-t .list .li-des a {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	opacity: 0.6;
}

.footer-c-t .list .li-des a:hover {
	opacity: 1;
}

.footer-c-r img {
	display: block;
	width: 117px;
}

.footer-c-r .ewm-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.4;
	margin-top: 20px;
	text-align: center;
}

.footer-c-c {
	position: relative;
	width: 220px;
	margin: 6px 0 0 auto;
	cursor: pointer;
}

.footer-c-c .links-t {
	position: relative;
	width: 100%;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 28px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #858585;
	line-height: 1;
	z-index: 2;
	background-color: RGBA(31, 29, 32, 1);
}

.footer-c-c .links-t:hover {
	color: #fff;
}

.footer-c-c .links-t .icon-sanjiaoxing_shang-copy {
	font-size: 20px;
}

.footer-c-c .links-b {
	position: absolute;
	width: calc(100% - 2px);
	left: 1px;
	bottom: 1px;
	background-color: #fff;
	padding: 10px 0 56px;
	border-radius: 23px;
	z-index: 1;
	display: none;
}

.footer-c-c:hover .links-b {
	display: block;
}

.footer-c-c .links-b a {
	display: block;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.footer-c-c .links-b a:hover {
	color: rgba(47, 190, 110, 1);
}

.footer-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

.footer-b-l {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.2;
}
.footer-b-l a{
	color: #fff;
}
.footer-b-r {
	display: flex;
}

.footer-b-r a {
	margin: 0 6px;
}

.footer-b-r .iconfont {
	font-size: 38px;
	color: #fff;
	opacity: .1;
}

.footer-b-r .iconfont:hover {
	opacity: 1;
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	/*min-height: 340px;*/
	object-fit: cover;
}

.banner1 .banner-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .banner-box .zh {
	font-size: 56px;
	font-family: Poppins;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}

.banner1 .banner-box .en {
	font-size: 32px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.commonBread {
	background-color: rgba(0, 136, 209, 1);
	padding: 20px 0;
}

.commonBread .content1400 {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.commonBread a {
	color: #fff;
}

.commonBread a:hover {
	color: rgba(47, 190, 110, 1);
}

.commonBread .icon-youjiantou11 {
	font-size: 14px;
	margin: 0 4px;
}
.commonNav .swiper-slide{
	width: auto;
	min-width: 158px;
	padding: 0 20px;
	height: 48px;
	border: 1px solid #B5B5B5;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.commonNav .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.commonNav .swiper-slide:hover,
.commonNav .swiper-slide.active{
	background: linear-gradient(90deg, #2DBEFE, #2FBE6E);
	color: #fff;
	border: none;
}
.service-title{
	text-align: center;
}
.service-title .title{
	font-size: 28px;
	font-family: 微软雅黑;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.service-title .line{
	width: 67px;
	height: 6px;
	background: #2EBE91;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: 9px auto 0;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	background: #F5F5F5;
	line-height: 50px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	border-radius: 50%;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(47, 190, 110, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.m-right-buttom {
	display: none;
}

.m-navbar {
	display: none;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) {
	.header{
		padding: 0 80px;
	}
	.header .searchBox{
		padding: 10px 80px;
	}
	.header .searchBtn{
		width: 80px;
		height: 80px;
	}
	.header .r .nav li a{
		line-height: 80px;
	}
	.header .l img{
		height: 45px;
	}
	.main{
		padding-top: 80px;
	}
}
@media (max-width:1500px) {}

@media (max-width:1440px) {
	.main{
		padding-top: 60px;
	}
	.header .l img{
		height: 35px;
	}
	.header{
		padding: 0 60px;
	}
	.header .searchBtn{
		width: 60px;
		height: 60px;
	}
	.header .r .nav li a{
		line-height: 60px;
	}
	.header .r .nav li{
		margin-right: 20px;
	}
	.header .searchBox{
		padding: 10px 60px;
	}
	.banner1 .banner-box .zh{
		font-size: 42px;
	}
	.banner1 .banner-box .en{
		font-size: 30px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.banner1 .banner-box .zh{
		font-size: 36px;
	}
	.banner1 .banner-box .en{
		font-size: 28px;
	}
}

@media (max-width:1199px) {
	.banner1 .banner-box .zh{
		font-size: 30px;
	}
	.banner1 .banner-box .en{
		font-size: 26px;
	}
	.footer-t-r img{
		width: 38px;
	}
	.footer-t-r .text-box{
		margin-left: 6px;
	}
	.footer-t-r .text-box .tel{
		font-size: 22px;
	}
	.footer-t-l img{
		height: 40px;
	}
	.footer-t,.footer-c{
		padding: 30px 0;
	}
	.footer-c-t .list .li-title{
		font-size: 16px;
	}
	.footer-c-t .list .li-des a{
		font-size: 14px;
		line-height: 2;
	}
	.footer-c-t .list .li-des{
		margin-top: 15px;
	}
	.footer-c-t .list{
		flex: 1;
		margin-right: 100px;
	}
	.main{
		padding-top: 50px;
	}
	.header .searchBox form .icon-guanbi{
		width: 50px;
		text-align: center;
	}
	.header .searchBox{
		padding: 5px 0 5px 3%;
	}
	.header .searchBox form{
		height: 35px;
	}
	.header{
		padding: 0 50px 0 3%;
	}
	.header .content{
		height: 50px;
	}
	.header .searchBtn{
		width: 50px;
		height: 50px;
	}
	.header .r .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-right: 20px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: rgba(47, 190, 110, 1);
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(47, 190, 110, 1);
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.m-navbar.active li {
		border-radius: 5px;
		background-color: #f0f0f0;
	}

	.m-navbar.active li .subNav {
		display: none;
		background-color: #f0f0f0;
		padding: 0 25px;
		border-radius: 0 0 5px 5px;
	}

	.m-navbar.active li .subNav a {
		margin-top: 0;
		background-color: transparent;
		padding: 10px 0 !important;
		border-radius: 0;
		font-size: 14px;
	}

	.m-navbar.active li .subNav .item-title {
		padding: 10px 0 0;
	}

	.m-navbar.active li .subNav a:not(:last-child) {
		border-bottom: 1px solid rgba(193, 199, 208, 0.7);
	}

	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}

	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}

	.m-navbar li:hover a {
		color: #747474 !important;
	}

	.m-navbar li.active a {
		color: rgba(47, 190, 110, 1) !important;
	}

	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 100px 4% 20px;
		background-color: #444;
		z-index: 998;
	}

	.m-navbar li+li {
		margin-top: 12px
	}

	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}

	.m-navbar li+li:after {
		display: none
	}

	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.service-title .title{
		font-size: 26px;
	}
	.service-title .line{
		height: 4px;
	}
}

@media (max-width: 1024px) {
	.service-title .title{
		font-size: 24px;
	}
	.commonNav .swiper-slide{
		height: 40px;
		line-height: 40px;
		min-width: 130px;
		font-size: 14px;
	}
	.commonBread{
		padding: 8px 0;
	}
	.banner1 .banner-box .zh{
		font-size: 28px;
	}
	.banner1 .banner-box .en{
		font-size: 24px;
	}
	.index-title .zh{
		font-size: 26px;
	}
	.index-title .en{
		font-size: 24px;
	}
	.commonMore{
		height: 40px;
		width: 140px;
	}
	
}

@media (max-width: 768px) {
	.commonNav .swiper-slide{
		line-height: 32px;
		height: 35px;
	}
	.service-title .title{
		font-size: 22px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 10px;
	}
	.commonNav .swiper-slide{
		min-width: 90px;
		padding: 0 15px;
	}
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.banner1 .banner-box .en{
		font-size: 22px;
	}
	.index-title .zh{
		font-size: 24px;
	}
	.index-title .en{
		font-size: 22px;
	}
	.footer-b-l{
		line-height: 24px;
		margin-bottom: 5px;
	}
	.footer-b{
		flex-direction: column;
		align-items: center;
		padding: 8px 0;
	}
	.footer-c{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer-c-r .ewm-text{
		font-size: 14px;
		margin-top: 10px;
		line-height: 1;
	}
	.footer-c-c .links-t{
		height: 40px;
	}
	.footer-c-c .links-b{
		padding-bottom: 50px;
	}
	.footer-c-t .list{
		display: none;
	}
	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.modal .close {
		right: 0;
		top: -30px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.service-title .line{
		height: 3px;
	}
}
@media (max-width: 600px) {
	.footer-t, .footer-c{
		padding: 20px 0;
	}
	.footer-t{
		flex-direction: column;
	}
	.footer-t-l{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-t-l img{
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.service-title .title{
		font-size: 20px;
	}
	.banner1 .banner-box .zh{
		font-size: 22px;
	}
	.banner1 .banner-box .en{
		font-size: 20px;
	}
	.index-title .zh .bullet{
		width: 10px;
		height: 10px;
	}
	.index-title .zh{
		font-size: 22px;
	}
	.index-title .en{
		font-size: 18px;
	}
	
	.footer-c-r img{
		width: 80px;
	}
	.header .l img{
		height: 30px;
	}
}